
#main{
	padding: 0 0 3.125%;
}
.banner{
	width: 100%;
	margin-bottom: 4.166%;
	position: relative;
}
.banner img{
	width: 100%;
}
.banner .video-box{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 7.66%;
	width: 30.2%;
	overflow: hidden;
}
.banner .video-box video{
	position: absolute;
	left: 0;
	right: 0;
	top: 4%;
	width: 95.1724%;
	margin: 0 auto;
}
.section{
	text-align: center;
	margin-bottom: 5.57%;
}
.section:last-child{
	margin-bottom: 0;
}
.section .img-box{
	position: relative;
}
.section h3{
	font-size: 2em;
	color: #434343;
	font-weight: bold;
}
.section img{
	width: 100%;
}


.section .ulcenter li img{
	background: #fafafa;
}
.section ul{
	margin-top: 2.5%;
}
.section li{
	float: left;
	width: 24.145%;
	margin-right: 1.14%;
	margin-bottom: 1.14%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.section .ulcenter {
	text-align: center;
}
.section .ulcenter li{
	float: none;
	width: 23.145%;
	display: inline-block;
	margin: 0 0.57%;
	margin-bottom: 1.14%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.section .ulcenter3 li{
	width: 31.145%;
}



.section li:hover{
	box-shadow: #cbcbcb 0 5px 10px;
}
.section ul.pro_spc_ul{
	margin: 0 -1%;
	margin-top: 3.5%;
}
.section ul.pro_spc_ul li{
	width: 31.33%;
	margin-right: 0%;
	margin: 0 1%;
	margin-bottom: 1.14%;
}
.section li:nth-child(4n){
	margin-right: 0;
}
.section li .text{
	border-top: 0 none;
	text-align: left;
	padding: 2em 5% 1.625em;
	position: relative;
	border: 1px solid #f2f2f2;
	background-color: #fff;
	text-align: center;
}
.section li .text p{
	font-size: 1.25em;
	color: #121212;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.section li .text p span{
	margin: 0 0.4em;
}
.section li:hover .text p{
	color: #2a71b9;
}
.section li .text .p2{
	font-size: 0.875em;
	color: #474747;
	line-height: 1.5;
	margin-top: 1em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.section li:hover .text .p2{
	color: #2a71b9;
}
@media only screen and (max-width:1023px){
	#main{
		padding: 0 0 1.875em;
	}
	.banner{
		margin-bottom: 2.5em;
	}
	#main .inner1{
		max-width: 86.666%;
	}
	.section{
		margin-bottom: 1.875em;
	}
	.section h3{
		font-size: 1.3125em;
		margin-bottom: 1.25em;
	}
	.section ul{
		margin-top: 0.625em;
	}
	.section li{
		width: 48.5%;
		margin-bottom: 0.625em;
	}
	.section li:nth-child(2n){
		margin-right: 0;
	}
	.section li .text{
		padding: 0.75em 4.2% 0.5em;
	}
	.section li .text p{
		font-size: 0.8125em;
	}
	.section li .text p span{
		margin: 0 0.4375em;
	}
	.section li .text .p2{
		font-size: 0.625em;
		margin-top: 0.6em;
	}
	.section .ulcenter li{
		width: 48.5%;
		margin: 0;
	}
}